home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(!eval("../../../../:fd_si_al") and eval("../:modName") ne "al")
- {
- set("../../../../:fd_si_" add eval("../:modName"),!eval("../../../../:fd_si_" add eval("../:modName")));
- gotoAndStop(3);
- }
- else if(eval("../../../../:fd_si_al") and eval("../:modName") ne "al")
- {
- set("../../../../:fd_si_al","0");
- set("../../../../:fd_si_" add eval("../:modName"),!eval("../../../../:fd_si_" add eval("../:modName")));
- tellTarget("../../" add eval("../../../../:selection1") add "/checkbox")
- {
- gotoAndStop("init");
- }
- gotoAndStop(3);
- }
- else if(eval("../:modName") eq "al" and eval("../../../../:fd_si_al") == "0")
- {
- i = "2";
- while(i < eval("../../../../:modVar"))
- {
- set("../../../../:fd_si_" add eval("../../../../:selection" add i).substr("1","2"),"0");
- tellTarget("../../" add eval("../../../../:selection" add i) add "/checkbox")
- {
- gotoAndStop("init");
- }
- i += "1";
- }
- set("../../../../:fd_si_al","1");
- gotoAndStop(3);
- }
- }
-